home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
TheBearsAdventure.swf
/
scripts
/
frame_6
/
PlaceObject2_676_147
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
303 b
|
20 lines
onClipEvent(enterFrame){
if(_visible)
{
_Y = _Y - 4;
count += 2;
if(count > 10)
{
_alpha = (60 - count) * 2;
}
else
{
_alpha = 100;
}
if(count >= 60)
{
this.removeMovieClip();
}
}
}